home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000159_news@columbia.edu _Fri Jan 31 17:37:05 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA12513
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 31 Jan 1997 17:37:04 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA27799
  7.     for kermit.misc@watsun; Fri, 31 Jan 1997 17:37:03 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!news.sgi.com!genmagic!news.spies.com!nntp1.jpl.nasa.gov!netline-fddi.jpl.nasa.gov!usenet
  9. From: Clark Briggs <Hugh.C.Briggs@jpl.nasa.gov>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Kermit Protocol Overview
  12. Date: Fri, 31 Jan 1997 14:04:22 -0800
  13. Organization: Jet Propulsion Laboratory
  14. Lines: 23
  15. Message-ID: <32F26B93.63E3@jpl.nasa.gov>
  16. Reply-To: Hugh.C.Briggs@jpl.nasa.gov
  17. NNTP-Posting-Host: briggs-mac.jpl.nasa.gov
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 3.0 (Macintosh; I; PPC)
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:6509
  23.  
  24. We are considering an embedded processor that seems to use kermit
  25. over its serial port to load its boot image.  We can see the
  26. ROM code that is doing this and standard practice is to use
  27. a Unix Kermit on a workstation for the boot host.
  28.  
  29. Where can I find a short text description of the Kermit protocol
  30. to see if this processor is really doing a kermit thing? 
  31.  
  32. I looked at http://www.columbia.edu/kermit but only found the formal
  33. specification in a postscript file.  this appears to be a very fine
  34. academic paper that is too formal for a quick read.
  35.  
  36. I have been told that this processor only loads binary files,
  37. looks for 3 simple intro facts (where to load in memory, where to
  38. begin execution, and how long is the load-image-file) followed
  39. by the load-image-file-in-binary.  It is further said that there
  40. are no checksums or ack/nak stuff in the ROM code.
  41.  
  42. Can this be a valid (simple, minimal, whatever) kermit protocol?
  43.  
  44. Thanks for your help,
  45. clark briggs
  46. hugh.c.briggs@jpl.nasa.gov